
[    0.000150] NOTICE:  BL2: R-Car H3/M3/M3N Initial Program Loader(CA57)
[    0.005194] NOTICE:  BL2: Initial Program Loader(Rev.2.0.4)
[    0.010727] NOTICE:  BL2: PRR is R-Car H3 Ver.2.0
[    0.015394] NOTICE:  BL2: Board is Starter Kit Rev.1.0
[    0.020508] NOTICE:  BL2: Boot device is HyperFlash(80MHz)
[    0.025932] NOTICE:  BL2: LCM state is CM
[    0.029973] NOTICE:  BL2: AVS setting succeeded. DVFS_SetVID=0x53
[    0.035948] NOTICE:  BL2: CH0: 0x400000000 - 0x43fffffff, 1 GiB
[    0.041810] NOTICE:  BL2: CH1: 0x500000000 - 0x53fffffff, 1 GiB
[    0.047685] NOTICE:  BL2: CH2: 0x600000000 - 0x63fffffff, 1 GiB
[    0.053560] NOTICE:  BL2: CH3: 0x700000000 - 0x73fffffff, 1 GiB
[    0.059449] NOTICE:  BL2: DDR3200(rev.0.37)
[    0.074797] NOTICE:  BL2: [COLD_BOOT]
[    0.083795] NOTICE:  BL2: DRAM Split is 4ch
[    0.086490] NOTICE:  BL2: QoS is default setting(rev.0.21)
[    0.091933] NOTICE:  BL2: DRAM refresh interval 1.95 usec
[    0.097290] NOTICE:  BL2: Periodic Write DQ Training
[    0.111632] NOTICE:  BL2: Lossy Decomp areas
[    0.114412] NOTICE:       Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[    0.121496] NOTICE:       Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[    0.128408] NOTICE:       Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[    0.209985] ERROR:   Image magic is wrong!
[    0.212593] ERROR:   Bootloader partition 2 corrupted, setting unbootable
[    0.219731] NOTICE:  BL2: v1.5(release):ce9f879
[    0.223825] NOTICE:  BL2: Built : 19:30:48, Feb  6 2020
[    0.229012] NOTICE:  BL2: Normal boot
[    0.232648] NOTICE:  BL2: eMMC boot from partition 1
[    0.237565] NOTICE:  BL2: Load dst=0xe632c100 src=(p:1)0x30000(384) len=0x200(1)
[    0.245258] NOTICE:  BL2: Load dst=0x43f00000 src=(p:1)0x30400(386) len=0x1800(12)
[    0.252790] NOTICE:  BL2: Load dst=0x44000000 src=(p:1)0x40000(512) len=0x10000(128)
[    0.261825] NOTICE:  BL2: Load dst=0x44100000 src=(p:1)0x80000(1024) len=0x100000(2048)
[    0.291214] NOTICE:  BL2: Load dst=0x50000000 src=(p:1)0x200000(4096) len=0x200000(4096)
[    0.343345] NOTICE:  BL2: Booting BL31


U-Boot 2018.09-00078-g74e87ec (Feb 06 2020 - 19:31:04 +0100)

Config: r8a7795-h3ulcb-u-boot
CPU: Renesas Electronics R8A7795 rev 2.0
Model: Renesas H3ULCB board based on r8a7795 ES2.0+
DRAM:  3.9 GiB
Bank #0: 0x048000000 - 0x07fffffff, 896 MiB
Bank #1: 0x500000000 - 0x53fffffff, 1 GiB
Bank #2: 0x600000000 - 0x63fffffff, 1 GiB
Bank #3: 0x700000000 - 0x73fffffff, 1 GiB

MMC:   sd@ee100000: 0, sd@ee140000: 1
Loading Environment from MMC... OK
In:    serial@e6e88000
Out:   serial@e6e88000
Err:   serial@e6e88000
Net:   eth0: ethernet@e6800000
Setting bootmode 'android'
Hit any key to stop autoboot:  0
=> printenv
baudrate=115200
bootargs=video=LVDS-1:d
bootargs_android=video=LVDS-1:d init_time=1576753148
bootargs_sd=rw root=/dev/mmcblk1p1 rootfstype=ext4 rootwait
bootargs_usb=rw root=/dev/sda1 rootfstype=ext4 rootwait
bootcmd=usb start; run try_start_linux; usb stop; usb start; run try_start_linux; echo No USB stick found, continue with Android boot; setenv bootargs video=LVDS-1:d init_time=1576753148; run bootcmd_android;
bootcmd_android=boota 1 boot 0x4C000000 avb
bootcmd_sd=mmc rescan; mmc dev 0; run load_image_sd; run load_dtb_sd; booti 0x48080000 - 0x48000000
bootcmd_usb=usb start; run load_image_usb; run load_dtb_usb; usb stop; setenv fdt_high; setenv initrd_high; booti 0x48080000 - 0x48000000
bootdelay=3
bootmode=android
ethact=ravb
ethaddr=2e:09:0a:02:f2:cc
fdt_high=0xffffffffffffffff
fdtcontroladdr=7d6e2448
initrd_high=0xffffffffffffffff
load_dtb_sd=ext4load mmc 0:1 0x48000000 Image.dtb
load_dtb_usb=ext4load usb 0:1 0x48000000 Image.dtb
load_image_sd=ext4load mmc 0:1 0x48080000 Image
load_image_usb=ext4load usb 0:1 0x48080000 Image
loadaddr=0x58000000
platform=r8a7795
product=ulcb
recovery=setenv bootmode recovery; run bootcmd;
serialno=0000
stderr=serial@e6e88000
stdin=serial@e6e88000
stdout=serial@e6e88000
try_start_linux=if ext4load usb 0:1 0x48080000 Image; then echo USB stick found; setenv bootargs rw root=/dev/sda1 rootfstype=ext4 rootwait; run bootcmd_usb; fi;
ver=U-Boot 2018.09-00078-g74e87ec (Feb 06 2020 - 19:31:04 +0100)

Environment size: 1455/131068 bytes
=>
=> setenv bootargs
=> setenv bootargs
=> setenv bootcmd
=> setenv fdt_high
=> setenv initrd_high
=> setenv ipaddr 192.168.1.210
=> setenv serverip 192.168.1.116
=> setenv bootargs 'consoleblank=0 console=ttySC0,115200 rw root=/dev/nfs nfsroot=192.168.1.116:/nfs/h3ulcb ip=192.168.0.2'

=> tftp 0x48080000 /h3ulcb/Image
Using ethernet@e6800000 device
TFTP from server 192.168.1.116; our IP address is 192.168.1.210
Filename '/h3ulcb/Image'.
Load address: 0x48080000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ###################
         2.7 MiB/s
done
Bytes transferred = 16497152 (fbba00 hex)
=> tftp 0x48000000 /h3ulcb/Image-r8a7795-h3ulcb-kf.dtb
Using ethernet@e6800000 device
TFTP from server 192.168.1.116; our IP address is 192.168.1.210
Filename '/h3ulcb/Image-r8a7795-h3ulcb-kf.dtb'.
Load address: 0x48000000
Loading: #######
         2.9 MiB/s
done
Bytes transferred = 92809 (16a89 hex)
=> booti 0x48080000 - 0x48000000
## Flattened Device Tree blob at 48000000
   Booting using the fdt blob at 0x48000000
   Loading Device Tree to 0000000048066000, end 000000004807fa88 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.75-ltsi-yocto-standard (oe-user@oe-host) (gcc version 7.3.0 (GCC)) #1 SMP PREEMPT Mon Apr 6 13:00:09 UTC 2020
[    0.000000] Boot CPU: AArch64 Processor [411fd073]
[    0.000000] Machine model: Renesas H3ULCB Kingfisher board based on r8a7795 ES2.0+
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000057000000, size 400 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma@57000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000070000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,multimedia@70000000, compatible id shared-dma-pool
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000073fffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x73ff6b000-0x73ff6caff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000048000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000073fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000048000000-0x0000000053ffffff]
[    0.000000]   node   0: [mem 0x0000000057000000-0x000000007fffffff]
[    0.000000]   node   0: [mem 0x0000000500000000-0x000000053fffffff]
[    0.000000]   node   0: [mem 0x0000000600000000-0x000000063fffffff]
[    0.000000]   node   0: [mem 0x0000000700000000-0x000000073fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000073fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS resident on physical CPU 0x0
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 24 pages/cpu @ffff8006ffea6000 s57624 r8192 d32488 u98304
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 987840
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: androidboot.boottime=290.399 consoleblank=0 console=ttySC0,115200 rw root=/dev/nfs nfsroot=192.168.1.116:/nfs/h3ulcb ip=192.168.0.2
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] software IO TLB [mem 0x4ffff000-0x53fff000] (64MB) mapped at [ffff80000ffff000-ffff800013ffefff]
[    0.000000] Memory: 3192796K/4014080K available (10364K kernel code, 686K rwdata, 4272K rodata, 768K init, 404K bss, 149540K reserved, 671744K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffff000000000000 - 0xffff000008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000   (129022 GB)
[    0.000000]       .text : 0xffff000008080000 - 0xffff000008aa0000   ( 10368 KB)
[    0.000000]     .rodata : 0xffff000008aa0000 - 0xffff000008ed0000   (  4288 KB)
[    0.000000]       .init : 0xffff000008ed0000 - 0xffff000008f90000   (   768 KB)
[    0.000000]       .data : 0xffff000008f90000 - 0xffff00000903ba00   (   687 KB)
[    0.000000]        .bss : 0xffff00000903ba00 - 0xffff0000090a0c10   (   405 KB)
[    0.000000]     fixed   : 0xffff7dfffe7f9000 - 0xffff7dfffec00000   (  4124 KB)
[    0.000000]     PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffff7e0000000000 - 0xffff800000000000   (  2048 GB maximum)
[    0.000000]               0xffff7e0000200000 - 0xffff7e001c000000   (   446 MB actual)
[    0.000000]     memory  : 0xffff800008000000 - 0xffff800700000000   ( 28544 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] arch_timer: cp15 timer(s) running at 8.33MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1ec02923e, max_idle_ns: 440795202125 ns
[    0.000003] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255496ns
[    0.000118] Console: colour dummy device 80x25
[    0.000164] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.66 BogoMIPS (lpj=33333)
[    0.000174] pid_max: default: 32768 minimum: 301
[    0.000226] Security Framework initialized
[    0.001830] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.002642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.002682] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.002710] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.015920] ASID allocator initialised with 32768 entries
[    0.023910] Hierarchical SRCU implementation.
[    0.032741] Detected Renesas R-Car Gen3 r8a7795 ES2.0
[    0.033533] EFI services will not be available.
[    0.039936] smp: Bringing up secondary CPUs ...
[    0.068124] Detected PIPT I-cache on CPU1
[    0.068160] CPU1: Booted secondary processor [411fd073]
[    0.096133] Detected PIPT I-cache on CPU2
[    0.096154] CPU2: Booted secondary processor [411fd073]
[    0.124164] Detected PIPT I-cache on CPU3
[    0.124184] CPU3: Booted secondary processor [411fd073]
[    0.152212] CPU features: enabling workaround for ARM erratum 845719
[    0.152220] Detected VIPT I-cache on CPU4
[    0.152257] CPU4: Booted secondary processor [410fd034]
[    0.180234] Detected VIPT I-cache on CPU5
[    0.180256] CPU5: Booted secondary processor [410fd034]
[    0.208267] Detected VIPT I-cache on CPU6
[    0.208288] CPU6: Booted secondary processor [410fd034]
[    0.236304] Detected VIPT I-cache on CPU7
[    0.236326] CPU7: Booted secondary processor [410fd034]
[    0.236398] smp: Brought up 1 node, 8 CPUs
[    0.236419] SMP: Total of 8 processors activated.
[    0.236425] CPU features: detected feature: 32-bit EL0 Support
[    0.236429] CPU features: detected feature: Kernel page table isolation (KPTI)
[    0.242624] CPU: All CPU(s) started at EL1
[    0.242646] alternatives: patching kernel code
[    0.243362] devtmpfs: initialized
[    0.249775] random: get_random_u32 called from bucket_table_alloc+0x108/0x260 with crng_init=0
[    0.250180] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.250235] futex hash table entries: 2048 (order: 6, 262144 bytes)
[    0.258257] pinctrl core: initialized pinctrl subsystem
[    0.259369] DMI not present or invalid.
[    0.259572] NET: Registered protocol family 16
[    0.261105] cpuidle: using governor menu
[    0.261230] vdso: 2 pages (1 code @ ffff000008aa6000, 1 data @ ffff000008f95000)
[    0.261242] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.261857] DMA: preallocated 256 KiB pool for atomic allocations
[    0.261930] Serial: AMBA PL011 UART driver
[    0.265418] sh-pfc e6060000.pin-controller: r8a77951_pfc support registered
[    0.289448] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.290437] ACPI: Interpreter disabled.
[    0.292766] rcar-avs: use avs value: 0
[    0.292892] rcar-avs: /cpus/cpu@0 is running with: /opp_table0
[    0.292899] rcar-avs: /cpus/cpu@1 is running with: /opp_table0
[    0.292908] rcar-avs: /cpus/cpu@2 is running with: /opp_table0
[    0.292916] rcar-avs: /cpus/cpu@3 is running with: /opp_table0
[    0.292939] rcar-avs: /soc/gsx@fd000000 is running with: /gsx_opp_table0
[    0.294684] ipmmu-vmsa e67b0000.mmu: IPMMU context 0 is reserved
[    0.295234] vgaarb: loaded
[    0.295396] SCSI subsystem initialized
[    0.295685] usbcore: registered new interface driver usbfs
[    0.295710] usbcore: registered new interface driver hub
[    0.295773] usbcore: registered new device driver usb
[    0.296597] i2c-sh_mobile e60b0000.i2c: I2C adapter 7, bus speed 400000 Hz
[    0.296910] media: Linux media interface: v0.10
[    0.296929] Linux video capture interface: v2.00
[    0.296989] pps_core: LinuxPPS API ver. 1 registered
[    0.296993] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.297007] PTP clock support registered
[    0.297333] EDAC MC: Ver: 3.0.0
[    0.297491] dmi: Firmware registration failed.
[    0.298029] Advanced Linux Sound Architecture Driver Initialized.
[    0.298500] clocksource: Switched to clocksource arch_sys_counter
[    0.298600] VFS: Disk quotas dquot_6.6.0
[    0.298635] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.298727] pnp: PnP ACPI: disabled
[    0.302272] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    0.302366] NET: Registered protocol family 2
[    0.302843] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.303047] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.303341] TCP: Hash tables configured (established 32768 bind 32768)
[    0.303461] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.303525] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.303679] NET: Registered protocol family 1
[    0.303905] RPC: Registered named UNIX socket transport module.
[    0.303910] RPC: Registered udp transport module.
[    0.303913] RPC: Registered tcp transport module.
[    0.303917] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.305082] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.305610] hw perfevents: enabled with armv8_cortex_a57 PMU driver, 7 counters available
[    0.306051] kvm [1]: HYP mode not available
[    0.307925] audit: initializing netlink subsys (disabled)
[    0.307998] audit: type=2000 audit(0.303:1): state=initialized audit_enabled=0 res=1
[    0.308261] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[    0.311383] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.311741] NFS: Registering the id_resolver key type
[    0.311758] Key type id_resolver registered
[    0.311761] Key type id_legacy registered
[    0.311770] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.311870] 9p: Installing v9fs 9p2000 file system support
[    0.313245] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.313255] io scheduler noop registered
[    0.313259] io scheduler deadline registered
[    0.313325] io scheduler cfq registered (default)
[    0.313330] io scheduler mq-deadline registered
[    0.313334] io scheduler kyber registered
[    0.317029] gpio_rcar e6050000.gpio: driving 16 GPIOs
[    0.317251] gpio_rcar e6051000.gpio: driving 29 GPIOs
[    0.317367] GPIO line 455 (BL PWM 100%) hogged as output/high
[    0.317474] gpio_rcar e6052000.gpio: driving 15 GPIOs
[    0.317688] gpio_rcar e6053000.gpio: driving 16 GPIOs
[    0.317802] GPIO line 432 (MOST RST) hogged as output/high
[    0.317907] gpio_rcar e6054000.gpio: driving 18 GPIOs
[    0.318115] gpio_rcar e6055000.gpio: driving 26 GPIOs
[    0.318222] GPIO line 381 (Onboard MCh Audio) hogged as output/high
[    0.318330] gpio_rcar e6055400.gpio: driving 32 GPIOs
[    0.318551] gpio_rcar e6055800.gpio: driving 4 GPIOs
[    0.319520] rcar-pcie fe000000.pcie: no pcie3v3 regulator found
[    0.319528] rcar-pcie fe000000.pcie: no pcie1v8 regulator found
[    0.319533] OF: PCI: host bridge /soc/pcie@fe000000 ranges:
[    0.319549] OF: PCI:    IO 0xfe100000..0xfe1fffff -> 0x00000000
[    0.319560] OF: PCI:   MEM 0xfe200000..0xfe3fffff -> 0xfe200000
[    0.319568] OF: PCI:   MEM 0x30000000..0x37ffffff -> 0x30000000
[    0.319573] OF: PCI:   MEM 0x38000000..0x3fffffff -> 0x38000000
[    0.390312] rcar-pcie fe000000.pcie: PCIe link down
[    0.391909] EINJ: ACPI disabled.
[    0.407713] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.409035] SuperH (H)SCI(F) driver initialized
[    0.409563] e6540000.serial: ttySC1 at MMIO 0xe6540000 (irq = 35, base_baud = 0) is a hscif
[    0.410150] e6550000.serial: ttySC3 at MMIO 0xe6550000 (irq = 36, base_baud = 0) is a hscif
[    0.410705] e6e68000.serial: ttySC2 at MMIO 0xe6e68000 (irq = 122, base_baud = 0) is a scif
[    0.411163] e6e88000.serial: ttySC0 at MMIO 0xe6e88000 (irq = 123, base_baud = 0) is a scif
[    1.525512] console [ttySC0] enabled
[    1.531100] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.537719] [drm] No driver support for vblank timestamp query.
[    1.544288] rcar-dw-hdmi fead0000.hdmi: Detected HDMI TX controller v2.01a with HDCP (DWC HDMI 2.0 TX PHY)
[    1.554206] rcar-dw-hdmi fead0000.hdmi: registered DesignWare HDMI I2C bus driver
[    1.568021] loop: module loaded
[    1.574607] renesas-rpc ee200000.rpc0: using DMA read (dma0chan0)
[    1.581125] Bad mode in Error handler detected on CPU1, code 0xbf000000 -- SError
[    1.588604] Internal error: Oops - bad mode: 0 [#1] PREEMPT SMP
[    1.594517] Modules linked in:
[    1.597570] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.14.75-ltsi-yocto-standard #1
[    1.605305] Hardware name: Renesas H3ULCB Kingfisher board based on r8a7795 ES2.0+ (DT)
[    1.613302] task: ffff8006fb280000 task.stack: ffff000008078000
[    1.619225] PC is at rpc_wait+0x28/0x88
[    1.623055] LR is at rpc_wait+0x18/0x88
[    1.626883] pc : [<ffff000008659188>] lr : [<ffff000008659178>] pstate: 20000045
[    1.634271] sp : ffff00000807bbd0
[    1.637578] x29: ffff00000807bbd0 x28: ffff000008f71128
[    1.642886] x27: 0000000000000007 x26: ffff000008ed046c
[    1.648193] x25: ffff000009040000 x24: 0000000000000000
[    1.653500] x23: ffff8006faa33700 x22: 0000000000000000
[    1.658806] x21: ffff8006fab81010 x20: ffff8006fa8f1698
[    1.664112] x19: ffff8006fa8f1698 x18: 0000000000000000
[    1.669418] x17: 0000000000000001 x16: 0000000000000019
[    1.674724] x15: 0000000000000000 x14: 0000000000000400
[    1.680030] x13: 0000000000000400 x12: 0000000000000030
[    1.685336] x11: 0000000000000006 x10: 0101010101010101
[    1.690642] x9 : fffffffffffffffb x8 : 7f7f7f7f7f7f7f7f
[    1.695948] x7 : fefefeff646c606d x6 : 02000f00ec808080
[    1.701254] x5 : 0000000000000000 x4 : ffff000009086f98
[    1.706560] x3 : 0000000000000000 x2 : ffff000008f97000
[    1.711866] x1 : 0000000000000000 x0 : 00000000fffee175
[    1.717173] Process swapper/0 (pid: 1, stack limit = 0xffff000008078000)
[    1.723867] Call trace:
[    1.726307] Exception stack(0xffff00000807ba90 to 0xffff00000807bbd0)
[    1.732741] ba80:                                   00000000fffee175 0000000000000000
[    1.740563] baa0: ffff000008f97000 0000000000000000 ffff000009086f98 0000000000000000
[    1.748385] bac0: 02000f00ec808080 fefefeff646c606d 7f7f7f7f7f7f7f7f fffffffffffffffb
[    1.756207] bae0: 0101010101010101 0000000000000006 0000000000000030 0000000000000400
[    1.764029] bb00: 0000000000000400 0000000000000000 0000000000000019 0000000000000001
[    1.771851] bb20: 0000000000000000 ffff8006fa8f1698 ffff8006fa8f1698 ffff8006fab81010
[    1.779672] bb40: 0000000000000000 ffff8006faa33700 0000000000000000 ffff000009040000
[    1.787494] bb60: ffff000008ed046c 0000000000000007 ffff000008f71128 ffff00000807bbd0
[    1.795317] bb80: ffff000008659178 ffff00000807bbd0 ffff000008659188 0000000020000045
[    1.803138] bba0: 0000000000000007 ffff0000084bec30 ffffffffffffffff ffff0000084bec4c
[    1.810960] bbc0: ffff00000807bbd0 ffff000008659188
[    1.815832] [<ffff000008659188>] rpc_wait+0x28/0x88
[    1.820704] [<ffff000008659d68>] rpc_hf_mode_ext+0x18/0xe8
[    1.826184] [<ffff00000865a5e4>] rpc_hf_probe+0xcc/0x340
[    1.831492] [<ffff0000085ab8b8>] platform_drv_probe+0x58/0xb8
[    1.837232] [<ffff0000085a9b20>] driver_probe_device+0x210/0x2d0
[    1.843232] [<ffff0000085a9c9c>] __driver_attach+0xbc/0xc0
[    1.848711] [<ffff0000085a7c7c>] bus_for_each_dev+0x4c/0x98
[    1.854277] [<ffff0000085a9438>] driver_attach+0x20/0x28
[    1.859582] [<ffff0000085a8f88>] bus_add_driver+0x1b8/0x228
[    1.865146] [<ffff0000085aa638>] driver_register+0x60/0xf8
[    1.870625] [<ffff0000085ab808>] __platform_driver_register+0x40/0x48
[    1.877062] [<ffff000008f0668c>] rpc_hf_platform_driver_init+0x18/0x20
[    1.883585] [<ffff000008083c90>] do_one_initcall+0x38/0x128
[    1.889153] [<ffff000008ed0d0c>] kernel_init_freeable+0x188/0x22c
[    1.895244] [<ffff000008a80b50>] kernel_init+0x10/0x108
[    1.900463] [<ffff000008084ed8>] ret_from_fork+0x10/0x18
[    1.905769] Code: d00049e2 f9454041 8b000020 14000005 (f9454041)
[    1.911868] ---[ end trace 4f5945c6c39d8597 ]---
[    1.916506] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
[    1.916506]
[    1.925635] SMP: stopping secondary CPUs
[    1.929554] Kernel Offset: disabled
[    1.933037] CPU features: 0x1802004
[    1.936518] Memory Limit: none
[    1.939570] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
[    1.939570]
